The Laravel Cloud API and CLI are here. Build pipelines, manage environments, and hand off to AI agents. View the docs →
curl --request GET \
--url https://cloud.laravel.com/api/instances/sizes \
--header 'Authorization: Bearer <token>'{
"data": {
"general": [
{
"name": "<string>",
"label": "<string>",
"description": "<string>",
"cpu_type": "<string>",
"compute_class": "<string>",
"cpu_count": 123,
"memory_mib": 123
}
]
}
}List all available instance sizes grouped by category.
curl --request GET \
--url https://cloud.laravel.com/api/instances/sizes \
--header 'Authorization: Bearer <token>'{
"data": {
"general": [
{
"name": "<string>",
"label": "<string>",
"description": "<string>",
"cpu_type": "<string>",
"compute_class": "<string>",
"cpu_count": 123,
"memory_mib": 123
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://cloud.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?