OpenAPI 3.1.02026-08-226994571.1 MB

1e929292ddd5

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/containers/{container_id}

Path parameters

container_idstring required

Response

Successful Response

{"stackTrail":"paths:/containers/{container_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}