Machine Types
Generated on 18 Mar 2026
Base URL
https://api.paperspace.com/v1
Endpoints
GET Get machine availability
/machine-availability
Authorizations:
BearerAuth
Http: Bearer
An API key or access token
Gets the machine availability for a given region and machine type.
Query Parameters
machineType
required
Filter to machine availabilities with machine types matching this string.
region
required
Filter to machine availabilities in this region.
Request: /machine-availability
curl -X GET \
-H "Authorization: Bearer $API_TOKEN" \
"https://api.paperspace.com/v1/machine-availability"Responses
200
Successful response
Response Schema:
application/json
available
required
default
Error response
Response Schema:
application/json
code
required
details
optional
message
required
Response
{
"available": true
}{
"code": "string",
"message": "string"
}