Skip to main content
ONTAP commands

vserver cifs delete

Contributors
Suggest changes

Delete a CIFS server.

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

The vserver cifs delete command deletes a CIFS server.

Parameters

-vserver <vserver name> - Vserver

This parameter specifies the Vserver for the CIFS server you want to delete.

[-skip-ad-account-delete {true|false}] - If this option is enabled, the local CIFS configuration will be removed without deleting the AD account. The default setting for this field is false.

This parameter skips the deletion of the AD account and proceeds directly to the deletion of the local CIFS configuration.

[-client-id <text>] - Application (Client) ID of Deployed Azure Application

This parameter specifies the Application (Client) ID of Deployed "Entra ID" Application.

[-tenant-id <text>] - Directory (Tenant) ID of Deployed Azure Application

This parameter specifies the Directory (Tenant) ID of Deployed "Entra ID" Application.

[-client-certificate <text>] - Certificate for Azure Application

This parameter specifies the Certificate to authenticate with Deployed "Entra ID" Application.

Examples

The following example deletes the CIFS server from a Vserver named vs1:

cluster1::> vserver cifs delete -vserver vs1