latestOpenAPI 3.1.02026-08-236994571.1 MB
79928a3d37d3
containers
Delete Container
Container delete endpoint for deleting a specific container.
Follows the OpenAI Containers API spec: https://platform.openai.com/docs/api-reference/containers
Example:
curl -X DELETE "http://localhost:4000/v1/containers/cntr_123" -H "Authorization: Bearer sk-1234"
Or specify provider via header:
curl -X DELETE "http://localhost:4000/v1/containers/cntr_123" -H "Authorization: Bearer sk-1234" -H "custom-llm-provider: azure"
delete/v1/containers/{container_id}
Path parameters
container_idstring required
Response
Successful Response
{"stackTrail":"paths:/v1/containers/{container_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}