Skip to content

Instantly share code, notes, and snippets.

@felipecrs
Created June 15, 2025 17:33
Show Gist options
  • Save felipecrs/d9dec57fdc41622458005b9123f100f4 to your computer and use it in GitHub Desktop.
Save felipecrs/d9dec57fdc41622458005b9123f100f4 to your computer and use it in GitHub Desktop.
Disabling HAOS Swap

Should be as simple as running this command as is within some Terminal add-on:

curl -fsSL -H "Authorization: Bearer ${SUPERVISOR_TOKEN}" http://supervisor/os/config/swap -d '{"swap_size": "0"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment