v1

latestOpenAPI 3.0.02026-07-1410578280.2 KB
Container

Extract an archive of files or folders to a directory in a container

Upload a tar archive to be extracted to a path in the filesystem of container id.

put/containers/{id}/archive

Path parameters

idstring required

ID or name of the container

Query parameters

pathstring required

Path to a directory in the container to extract the archive’s contents into.

noOverwriteDirNonDirstring

If “1”, “true”, or “True” then it will be an error if unpacking the given content would cause an existing directory to be replaced with a non-directory and vice versa.

Response

The content was extracted successfully