Skip to main content

Create container stack configuration

POST 

/api/v1/orgs/{orgId}/stack-configs

Overview: Creates a new container stack configuration with automatic version assignment.

• Stack name must be unique and cannot duplicate the name of any existing stack config.

• ComposeFileContent: Must be valid Base64 encoded Docker Compose content

• Environment: Optional key-value pairs for environment variables

• Stack Naming Rules: Must follow Docker container naming rules:

  1. Stack name may contain lowercase letters, digits and hyphen (-)

  2. Stack name may not start or end with a hyphen (-)

  3. Stack name cannot contain consecutive hyphens (-)

  4. Maximum length of 63 characters

Request

Responses

Created