Delete a track
Keep your content list tidy.
This guide explains how to delete a track.
You can delete a track from the Instruqt platform from both Web UI and Instruqt CLI:
🌐 Web UI
💻 Instruqt CLI
- 1.
- 2.Clickon the track you want to delete, followed by Delete track. ↳ The Delete track pop-up opens.
- 3.Click Confirm. ↳ Instruqt deletes the track and removes it from your My content page.
- 1.Open a terminal and move into the directory that you want to delete.Ensure you are in the correct directory as the Instruqt CLI delete command does not ask for confirmation and deletes your track right away.
- 2.Enter the following command:instruqt track delete↳ Instruqt CLI deletes your track on the Instruqt platform. The track still exists on your machine. And your output will look something like this:==> Finding track by slug: TEAM/TRACK_SLUG==> Deleting track 'TEAM/TRACK_NAME' (ID: TRACK_ID)==> Removing IDs from local trackOK⇨
TEAM
,TRACK_SLUG
, andTRACK_NAME
will be filled with the values that apply to your track.
Only deleted from Instruqt platform
The Web UI and Instruqt CLI delete commands only delete a track from the Instruqt platform and not a possible local copy.
Last modified 1mo ago