projects_list
List projects in a billing account to get IDs, names, statuses, and API URLs. Use the ID to connect or delete a project.
Instructions
List the projects (provisioned backend instances) in a billing account. Requires platform login and an active billing account (set one with 'accounts_use'). Returns each project's id, name, description, region, org id, status (Initializing/Provisioning/Active/Suspended/Terminated/Error), API URL, and creation date. Use this to find a project's id before connecting with 'projects_use' or removing it with 'projects_delete'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | No | Billing account id to list projects for. Defaults to the active account set via 'accounts_use'. |