Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

CloudFS filesystem ID

Body

application/json

CloudFS filesystem update request

name
string

New filesystem name, unique within your organization. Names are trimmed and lowercased; after normalization they may contain lowercase letters, numbers, ., _, and - only.

Required string length: 1 - 63
Pattern: ^[a-z0-9._-]+$
Example:

"agent-fs"

Response

CloudFS filesystem updated successfully

data
object

A CloudFS filesystem as returned by get, update, and delete. meta_url omits the credential and there is no meta_token field — the token is only returned by create and rotate-meta-token.