You can manually reboot Nodes in two ways:Documentation Index
Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
Use this file to discover all available pages before exploring further.
- Standard Node reboot: A typical reboot to apply a system update or other change.
- Reconfigure reboot: A reboot to apply an updated Node Pool configuration to existing Nodes.
Prerequisites
Before you begin, ensure you have:- An active CoreWeave account
- An API Access Token
- The CoreWeave Intelligent CLI installed locally
Queue a reconfigure reboot
To queue a reconfigure reboot for a Node Pool, run the following command, replacing[list-of-space-separated-nodes] with the list of Nodes you want to reboot:
- During the reconfiguration and reboot, the Node
PhaseStatecondition moves toproduction-reconfigure-powercycle-test, and the Node becomes unavailable. - When the reconfiguration is complete, the Node
PhaseStatecondition returns toproductionand the Node is uncordoned.
Optional flags
There are two optionalcwic flags you can use to expedite the total reboot time: --no-test to skip post-reboot validation, and --force to queue the reboot to begin immediately.
Skip post-reboot validation
CoreWeave performs a post-reboot validation of a node after any reboot to ensure it is operating within acceptable tolerances. This test usually consumes about 30 minutes of the overall reboot time. To expedite reboots, you can skip the validation by using the--no-test flag. This sets the node PhaseState to
production-reconfigure-powerreset.
Queue reboot to start immediately
You can queue a reconfigure reboot to begin immediately by adding the--force flag, but this makes no
consideration of the active state of the Nodes. Before using this flag, please ensure the Nodes are idle or otherwise able to interrupt running workflows.