Globus Connect Server Endpoint Cleanup
Description
The globus-connect-server endpoint cleanup command provides a command-line interface to remove a Globus Connect Server endpoint from Globus, deleting all network-saved state for this endpoint, including its representations in Globus Transfer and other services. After completing this command successfully, the endpoint is deleted and the client id used to create the endpoint may not be used again with the Globus Transfer service to create a new endpoint.
Important
You must have access to the
deployment-key.json
file created when the endpoint
was created in order to clean up the endpoint fully.
If you run this command without first running
globus-connect-server node cleanup
on every Data Transfer Node for this endpoint, the services will continue to run
on those Data Transfer Nodes. Those services will no longer be able to interact
with Globus Services in order to perform data transfer or management functions.
Note
Globus Connect Server prior to version 5.4.61 required manual registration with
Globus Auth via the Developers web interface, and specifying client credentials
to the GCS CLI required the --client-id option. If you are running a GCS
version prior to 5.4.61 or your GCS deployment key was created prior to version
5.4.61, you must use the --client-id option to this command.
Options
- -h, --help
-
Show help message and exit.
- --version
-
Show the version and exit.
- -c, --client-id CLIENT_ID
-
The client id of the endpoint to delete. See the note above for when to use this option.
- --deployment-key KEY_FILE_PATH
-
Use the deployment key located in
KEY_FILE_PATH
instead of the default ofdeployment-key.json
.