Start Container
Path Parameters
The container ID or name to start
Query Parameters
The environment ID where the container is located
Response
Whether the container was successfully started
Error Responses
Error message if the request fails
200- Container started successfully403- Permission denied or environment access denied500- Failed to start container
Example
Response Example
Stop Container
Path Parameters
The container ID or name to stop
Query Parameters
The environment ID where the container is located
Response
Whether the container was successfully stopped
Error Responses
Error message if the request fails
200- Container stopped successfully403- Permission denied or environment access denied500- Failed to stop container
Example
Response Example
Restart Container
Path Parameters
The container ID or name to restart
Query Parameters
The environment ID where the container is located
Response
Whether the container was successfully restarted
Error Responses
Error message if the request fails
200- Container restarted successfully403- Permission denied or environment access denied500- Failed to restart container
Example
Response Example
Pause Container
Path Parameters
The container ID or name to pause
Query Parameters
The environment ID where the container is located
Response
Whether the container was successfully paused
Error Responses
Error message if the request fails
200- Container paused successfully403- Permission denied (requires ‘stop’ permission)500- Failed to pause container
Example
Response Example
Unpause Container
Path Parameters
The container ID or name to unpause
Query Parameters
The environment ID where the container is located
Response
Whether the container was successfully unpaused
Error Responses
Error message if the request fails
200- Container unpaused successfully403- Permission denied (requires ‘start’ permission)500- Failed to unpause container
