Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.sfcompute.com/v1/vms/images
{ "object": "list", "data": [ { "object": "image", "image_id": "<string>", "name": "<string>", "upload_status": "<string>", "created_at": 123, "sha256_hash": "<string>" } ], "has_more": true }
List all VM Images for the authenticated account
List of images
Response body for listing images
list
"list"
Show child attributes