v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
cloudfs filesystems

Delete a CloudFS filesystem

Permanently deletes a CloudFS filesystem, removing its S3 bucket and its metadata database. Deletion is synchronous: the response returns the filesystem's final state with status deleted. There is no restore. A filesystem that is still provisioning returns a 409. If the filesystem still contains data, the request may be rejected with a 409 — drain the bucket and retry.

delete/storage/cloudfs/{id}

Path parameters

idstring uuid required

CloudFS filesystem ID

Response

CloudFS filesystem deleted; the returned filesystem has status deleted

Example response

{
  "data": {
    "created_at": "2026-07-14T21:42:01Z",
    "error": "failed to create storage bucket",
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "meta_url": "postgres://fs_0123456789abcdef@us-east-1.telnyxcloudfs.com:5432/fs_0123456789abcdef?sslmode=require",
    "name": "agent-fs",
    "record_type": "cloudfs",
    "region": "us-east-1",
    "s3_bucket": "cloudfs-fs-0123456789abcdef",
    "s3_endpoint": "https://us-east-1.telnyxcloudstorage.com",
    "status": "ready",
    "updated_at": "2026-07-14T21:42:01Z"
  }
}