protectedpath delete-prefetch

Prev Next

This command is used to delete a prefetch task with various options.

Usage

vcli: admin> protectedpath delete-prefetch --id ID
                                           --task-id TASK
                                          [--stop-running-prefetch]

Required Parameters

--id ID

The Protected Path ID.

--task-id

The prefetch task ID.

Optional Parameters

--stop-running-prefetch

If true, stops the prefetch task (if running), in addition to deleting the record from the prefetch history.

Example

This example deletes a prefetch task from the prefetch history, while stopping the prefetch task (if it is still running):

vcli: admin> protectedpath delete-prefetch --id 123 --task-id 456 --stop-running-prefetch