SFTP Storage
Create SFTP storage
Creates a new SFTP storage instance in the specified location and returns the storage details including credentials.
post/storage/v4/sftp_storages
Request body
Example request
{
"expires": "2 years 6 months",
"location_name": "s-region-1",
"name": "my-sftp-storage",
"password_mode": "auto",
"server_alias": "my-storage.example.com",
"ssh_key_ids": [
1,
2,
3
]
}Response
SFTPStorageItemV4
Example response
{
"address": "luxembourg-2.storage.example.com",
"created_at": "2025-08-05T09:17:02Z",
"expires": "2 years 6 months",
"full_name": "696-my-sftp-storage",
"has_password": true,
"id": 1,
"location_name": "luxembourg-2",
"name": "my-sftp-storage",
"password": "Xy9$mN2p!qR8",
"provisioning_status": "active",
"server_alias": "my-storage.example.com",
"ssh_key_ids": [
1,
2
]
}