- System
- Image
- Build an imagePOST
- Delete builder cachePOST
- Create a new image from a containerPOST
- Create an imagePOST
- Export several imagesGET
- List ImagesGET
- Import imagesPOST
- Delete unused imagesPOST
- Search imagesGET
- Remove an imageDELETE
- Export an imageGET
- Get the history of an imageGET
- Inspect an imageGET
- Push an imagePOST
- Tag an imagePOST
- Config
- Container
- Create a container
- List containers
- Delete stopped containers
- Remove a container
- Get an archive of a filesystem resource in a container
- Get information about files in a container
- Extract an archive of files or folders to a directory in a container
- Attach to a container
- Attach to a container via a websocket
- Get changes on a container’s filesystem
- Export a container
- Inspect a container
- Kill a container
- Get container logs
- Pause a container
- Rename a container
- Resize a container TTY
- Restart a container
- Start a container
- Get container stats based on resource usage
- Stop a container
- List processes running inside a container
- Unpause a container
- Update a container
- Wait for a container
- Exec
- Distribution
- Network
- Node
- Plugin
- Secret
- Service
- Session (experimental)
- Swarm
- Task
- Volume
- Get task logsGET
Remove a network
/v1.33
/v1.33
/v1.33
/v1.33
DELETE
/networks/{id}
Network
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/v1.33/networks/'
Response Response Example
204 - Example 1
{}
Request
Path Params
id
stringÂ
required
Responses
🟢204No error
application/json
Body
object {0}
🟠403operation not supported for pre-defined networks
🟠404no such network
🔴500Server error
Modified at 2022-09-10 17:56:06