cli/resources/containers/methods/delete/index.md +0 −21 deleted
File Deleted View Diff
1## Delete a container
2
3`$ openai containers delete`
4
5**delete** `/containers/{container_id}`
6
7Delete Container
8
9### Parameters
10
11- `--container-id: string`
12
13 The ID of the container to delete.
14
15### Example
16
17```cli
18openai containers delete \
19 --api-key 'My API Key' \
20 --container-id container_id
21```