Forrest logo
back to the vso tool

vso:tldr:21d52

vso: Delete an automated task.
$ vso delete-task "${task}"
try on your machine

The command "vso delete-task" is likely a command used in a version control system, specifically Visual Studio Online (VSO). This command is used to delete a task from the system.

The "${task}" part is a placeholder for a specific task that you want to delete. You would replace "${task}" with the actual identifier or name of the task you want to delete.

Overall, this command is used to remove a task from the Visual Studio Online system.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the vso tool