Create a new container with the specified configuration.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Container flavor
Container image
230Container listening port
1 <= x <= 65535Container name
43Container autoscaling
Container's commands
"python3 app.py -m test"
Container description
255Container environment variables
Enable/Disable api key authentication. Enable api key is temporarily disabled. As a result, using CaaS with authorization is currently not supported.
Set to true if container is disabled
Logging configuration
{
"destination_region_id": 1,
"enabled": true,
"retention_policy": { "period": 45 },
"topic_name": "my-log-name"
}Image pull secret
400"my-secret"
Container timeout in seconds
0 <= x <= 1805
OK
List of task IDs representing asynchronous operations. Use these IDs to monitor operation progress:
GET /v1/tasks/{task_id} - Check individual task status and details
Poll task status until completion (FINISHED/ERROR) before proceeding with dependent operations.