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:
-
Stack name may contain lowercase letters, digits and hyphen (-)
-
Stack name may not start or end with a hyphen (-)
-
Stack name cannot contain consecutive hyphens (-)
-
Maximum length of 63 characters
Request
Responses
- 201
- 403
- 500
Created
Forbidden
Internal Server Error