delete-endpoint

Remove an endpoint from ~/.fauna-shell.

Use endpoint remove instead.

Syntax

fauna delete-endpoint NAME [OPTIONS]

Description

Remove an endpoint from ~/.fauna-shell.

Arguments

Argument Description

NAME

The alias of the endpoint to be deleted.

Options

Option Description

--domain=<domain>

(Optional) Fauna server domain, which is the Fauna hostname.
Default = db.fauna.com

--endpoint=<name>

(Optional) Endpoint name to use for the command.

--port=<number>

(Optional) Connection port.
Default = 8443

--scheme=<scheme>

(Optional) Connection scheme. Must be one of:
       https (default)
       http

--secret=<secret>

(Optional) Secret to use to connect to a database.

--timeout=<integer>

(Optional) connection timeout, in milliseconds. When the interval elapses, fauna-shell times out and displays an error.
Default = 5 seconds

Aliases

fauna delete-endpoint

Examples

fauna endpoint remove my_endpoint

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!