API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- GET
/api/v1/containers/{id}/envβ List container environment variables - PUT
/api/v1/containers/{id}/envβ Bulk set container environment variables - PATCH
/api/v1/containers/{id}/envβ Bulk set container environment variables - PUT
/api/v1/containers/{id}/env/{key}β Set a single environment variable - PATCH
/api/v1/containers/{id}/env/{key}β Set a single environment variable - DELETE
/api/v1/containers/{id}/env/{key}β Delete a single environment variable
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help