flypod
CLI reference

flypod forget

Remove the local folder-to-site memory; the deployed site is unaffected.

flypod forget removes the local folder-to-site link. The deployed site is not affected; this only clears local memory in projects.json.

Synopsis

flypod forget [--site <id>]

With no flag, flypod forgets the current folder's link. With --site, flypod forgets every folder linked to that site id.

Flags

FlagDescription
--site <id>Forget every folder linked to this site id.
-h, --helpPrint usage and exit.

Examples

Forget the current folder's link:

flypod forget

Forget all folders linked to a site:

flypod forget --site k3p9x2

Notes

  • This does not delete or expire the deployed site. It only removes local links so flypod update, flypod versions, and flypod rollback no longer resolve a site automatically from this folder.
  • After forgetting, run flypod to create a new deploy and link, or pass --site <id> to the version commands explicitly.

On this page