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
| The Protected Path ID. |
| The prefetch task ID. |
Optional Parameters
| 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