Enums§
- Create
Endpoint Error - struct for typed errors of method
create_endpoint - Delete
Endpoint Error - struct for typed errors of method
delete_endpoint - GetDefault
Endpoint Error - struct for typed errors of method
get_default_endpoint - GetEndpoint
Error - struct for typed errors of method
get_endpoint - List
Endpoints Error - struct for typed errors of method
list_endpoints - Restart
Endpoint Error - struct for typed errors of method
restart_endpoint
Functions§
- create_
endpoint - Create an endpoint associated with your user account.
- delete_
endpoint - Delete an endpoint, releasing its resources. This operation is not reversible.
- get_
default_ endpoint - Retrieve the endpoint set as "default" for the given Quantum Processor. If no endpoint is set as the default, return "not found."
- get_
endpoint - Retrieve a specific endpoint by its ID.
- list_
endpoints - List all endpoints, optionally filtering by attribute.
- restart_
endpoint - Restart an entire endpoint or a single component within an endpoint.