Skip to main content
PUT
/
api
/
rootfs
/
{rootfs_id}
{
  "data": {
    "rootfs_name": "<string>"
  },
  "duration_ns": 1,
  "operation_id": "<string>",
  "time_start": 1
}

Authorizations

Authorization
string
header
required

Bearer token in Authorization header

Path Parameters

rootfs_id
string
required

Identifier for the rootfs to create or update

Query Parameters

dockerfile
string

The path of the Dockerfile contained within the tar archive

Response

Rootfs updated successfully

data
object
required
duration_ns
integer
required
Required range: x >= 0
operation_id
string
required
time_start
integer<int64>
required

Unix epoch time (secs)

Required range: x >= 0