[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [nuke](./bitburner.ns.nuke.md)
## NS.nuke() method
Runs the NUKE.exe program on the target server. NUKE.exe must exist on your home computer.
Signature:
```typescript
nuke(host: Host): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| host | [Host](./bitburner.host.md) | Hostname or IP of the target server. |
Returns:
void
## Remarks
0.05 GB
## Example
```js
nuke("foodnstuff");
```