/
/Pouch Engine API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 30m ago · Updated 1mo ago
Container21
  • postCreate a container
  • getInspect a container
  • postRename a container
  • postRestart a container
  • postStart a container
  • postStop a container
  • postKill a container
  • postPause a container
  • postUnpause a container
  • getDisplay the running processes of a container
  • postBlock until a container stops, then returns the exit code.
  • deleteRemove one container
  • getGet container logs
  • getGet container stats based on resource usage
  • postchanges the size of the tty for a container
  • getlist checkpoints of a container
  • postcreate a checkpoint from a running container
  • deletedelete a checkpoint of a container
  • postAttach to a container
  • postUpdate the configurations of a container
  • postUpgrade a container with new image and args
Copy3
Exec4
Network6
Volume4
  • get
  • getGet Pouchd version
  • getGet System information
  • postCheck auth configuration
  • postUpdate daemon's labels and image proxy
  • getSubscribe pouchd events to users
  • postCreate an image by pulling from a registry or importing from an existing source file
  • postImport images
  • getSave image
  • getInspect an image
  • getGet an image's history
  • getList Images
  • getSearch images
  • postTag an image
  • deleteRemove an image
  • postpush an image
  • getList containers
  • postCreate an image from a container
Container

Remove one container

delete/containers/{id}

Path parameters

idstring required

ID or name of the container

Query parameters

forceboolean

If the container is running, force query is used to kill it and remove it forcefully.

Response

no error

Changes