compute_endpoint_status
Check if a Globus Compute endpoint is online before submitting tasks. Returns status information including availability.
Instructions
Check whether a Globus Compute endpoint is online.
Call this before submitting tasks to verify the endpoint is available.
Args: endpoint_id: UUID of the Compute endpoint.
Returns: Dict with endpoint status information including whether it is online and ready to accept tasks.
Examples: compute_endpoint_status("abcd-1234-...")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||