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"}
Changes
Changed in 1 of the 42 revisions of this API.2
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○