Sample - OpenAI API
DELETE/containers/{container_id}

Delete a container

Deletes a specific container identified by container_id. Use this operation when the container and its associated runtime state are no longer needed. A successful response confirms that the deletion request was accepted.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter
container_idstringrequired
The unique identifier of the container to delete.

2 status codes
200Confirms that the container was deleted successfully.
429Returned when the request rate exceeds the permitted limit.
errorobjectrequired

Error handling

container_id must identify the container to delete. A 429 is returned when the request rate exceeds the permitted limit.