v1

latestOpenAPI 3.1.0MIT2026-07-1799111346.8 KB

Adjust queue expiry

Sets the expiry time of a queued VFS upload item, optionally relative to its current value.

post/vfs/queue-set-expiry

Query parameters

fsstring

Optional VFS identifier for the queued item.

idinteger

Queue item ID as returned by vfs/queue.

expirynumber

New eligibility time in seconds (may be negative for immediate upload).

relativeboolean

Set to true to treat expiry as relative to the current value.

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Headers

Prefer'respond-async'

Set to "respond-async" with _async=true to receive HTTP 202 instead of 200.

Request body

fsstring

Optional VFS identifier for the queued item.

idinteger

Queue item ID as returned by vfs/queue.

expirynumber

New eligibility time in seconds (may be negative for immediate upload).

relativeboolean

Set to true to treat expiry as relative to the current value.

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Response

Request succeeded returning an empty JSON object.

object required