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.iran.liara.ir/v1/projects/{name} \ --header 'Authorization: <api-key>'
{ "project": { "_id": "<string>", "project_id": "<string>", "type": "<string>", "status": "<string>", "defaultSubdomain": true, "readOnlyRootFilesystem": true, "zeroDowntime": true, "scale": 123, "envs": [ { "key": "<string>", "value": "<string>", "encrypted": true, "_id": "<string>" } ], "planID": "<string>", "fixedIPStatus": "<string>", "created_at": "<string>", "node": { "_id": "<string>", "IP": "<string>" }, "hourlyPrice": 123, "isDeployed": true, "reservedDiskSpace": 123 } }
get all details of all project that user owns
Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #
Bearer:
The name of your app
Successful operation
Show child attributes