server task virtualhost delete

Deletes a virtual host junction.

Requires authentication (administrator ID and password) to use.

server task instance-webseald-host virtualhost delete vhost_label

The server task virtualhost delete command deletes a virtual host junction. A virtual host junction cannot be deleted if a second virtual host junction refers to it through the -g option. An error message is returned at such an attempt.

Options

Authorization

Users and groups that require access to this command must be given the c (control) permission in the ACL that governs the /WebSEAL/host_name-instance_name/@vhost_label object. For example, the sec_master administrative user is given this permission by default.

Return codes

This command is available only when WebSEAL is installed.

Example

The following example deletes the virtual host junction support-vhost-https from the WebSEAL server abc.ibm.com:
pdadmin> server task default-webseald-abc.ibm.com virtualhost delete \
support-vhost-https

See also

server task virtualhost add
server task virtualhost create
server task virtualhost list
server task virtualhost remove
server task virtualhost show

Parent topic: pdadmin commands