Delete a Database Export (dbExportDelete)

The dbExportDelete command deletes the specified database export.

ttGridAdmin dbExportDelete -repository reponame
                           -name exportname

Options

The dbExportDelete command has the options:

Option Description

-repository reponame

Name of the repository where the export is stored.

-name exportname

Name of the export to delete.

Examples

This example deletes the export created in Export a Database (dbExport).

% ttGridAdmin dbExportDelete -repository repo1 -name exp_db1
Export exp_db1 deleted

Notes

This command is typically used to delete old or failed exports.