Delete an Instance (instanceDelete)

The instanceDelete command deletes an instance from the model.

ttGridAdmin instanceDelete hostname[.instancename]

Options

The instanceDelete command has the option:

Option Description

hostname[.instancename]

The hostname is the name of the host where the instance is to be deleted. The instancename is the name of the instance to be deleted and is required only if there is more than one instance on the host.

Examples

In this example, griddata1 is the only instance on the host.

% ttGridAdmin instanceDelete mysys3host
Instance griddata1 on Host mysys3host deleted from Model

Notes

  • This command first stops the instance if it has not already been stopped.

  • The command removes the instance object from the model. It does not remove the physical instance. (The modelApply command removes the instance.)

  • You cannot remove an instance that is still used by other objects in the model.

  • You cannot remove an instance that contains a database element.