cloudfs filesystems
Update a CloudFS filesystem
Updates a CloudFS filesystem. Only name can be changed; other fields are immutable and unknown fields are rejected with a 400. Renaming to a name that already exists in your organization returns a 422.
patch/storage/cloudfs/{id}
Path parameters
idstring uuid required
CloudFS filesystem ID
Request body
Example request
{
"name": "agent-fs"
}Response
CloudFS filesystem updated successfully
Example response
{
"data": {
"created_at": "2026-07-14T21:42:01Z",
"error": "failed to create storage bucket",
"id": "3be44fad-d34c-4884-b4b2-ef12c6133af4",
"meta_url": "postgres://fs_1fe301e97d7c4edd@us-east-1.telnyxcloudfs.com:5432/fs_1fe301e97d7c4edd?sslmode=require",
"name": "agent-fs",
"record_type": "cloudfs",
"region": "us-east-1",
"s3_bucket": "cloudfs-fs-1fe301e97d7c4edd",
"s3_endpoint": "https://us-east-1.telnyxcloudstorage.com",
"status": "ready",
"updated_at": "2026-07-14T21:42:01Z"
}
}