Get Container Details
Path Parameters
The container ID or name
Query Parameters
The environment ID where the container is located
Response
Returns a detailed container inspection object from the Docker API.Full container ID
Container name (includes leading slash)
ISO 8601 timestamp of when the container was created
Command executable being run
Command arguments
Container state information
Current status (e.g., “running”, “exited”, “paused”)
Whether the container is running
Whether the container is paused
Whether the container is restarting
Exit code if the container has stopped
ISO 8601 timestamp of when the container started
ISO 8601 timestamp of when the container finished
Image ID
Volume mounts and bind mounts
Error Responses
Error message if the request fails
200- Success403- Permission denied500- Failed to inspect container
Example
Response Example
Inspect Container (Dedicated Endpoint)
Path Parameters
The container ID or name
Query Parameters
The environment ID where the container is located
Response
Same response format as the main container details endpoint.Example
Delete Container
Path Parameters
The container ID or name to delete
Query Parameters
The environment ID where the container is located
Force removal of a running container (using SIGKILL)
Response
Whether the container was successfully removed
Error Responses
Error message if the request fails
200- Container deleted successfully403- Permission denied500- Failed to remove container
