Docs Menu
Docs Home
/ /
MongoDB Command Line Interface
/ / /

mongocli atlas privateendpoint delete

On this page

  • Syntax
  • Arguments
  • Options
  • Output
  • Example

The privateendpoint delete command deletes one private endpoint connection for a given Atlas project.

mongocli atlas privateendpoint(s)|privateEndpoint(s) delete <private-endpoint-id>
[ --force ]
[ --profile|-P <profile-name> ]
[ --projectId <project-ID> ]

Note

Use -h or --help to view the command-line help for this command.

Argument
Type
Description
Required?
<private-endpoint-id>
string
Unique identifier of the private endpoint connection that you want to delete.
yes
Option
Type
Description
Required?
--force
Flag that indicates that the agent API key can be deleted without requiring confirmation.
no
--profile, -P
string
Name of the profile where the public and private keys for the project are saved. If omitted, uses the default profile. To learn more about creating a profile, see Configure the MongoDB CLI.
no
--projectId
string

Unique identifier of the project. If omitted, uses the project ID in the profile or environment variable.

no

If the command succeeds, it returns the following output in the default format. If the command returns errors, see Troubleshooting for recommended solutions.

? Are you sure you want to delete: <private-endpoint-id> Yes
Private endpoint '<private-endpoint-id>' deleted

The following command deletes one private endpoint connection for a project using the default profile, which contains credentials and the project ID. The output is returned in the default format.

mongocli atlas privateendpoints delete 5f4fc14da2b47835a58c63a2

The previous command prints the following to the terminal.

? Are you sure you want to delete: 5f4fc14da2b47835a58c63a2 Yes
Private endpoint '5f4fc14da2b47835a58c63a2' deleted

Back

Watch One Private Endpoint Connection