Files
bitburner-src/markdown/bitburner.ns.rm.md
T
Naga 99cdd80fa1 API: Reduce the RAM cost of ns.rm() to match ns.scp() (#2761)
* API: Reduce the RAM cost of `ns.rm()` to match `ns.scp`

* Fix: Run 'doc'
2026-05-13 10:26:12 -07:00

969 B

Home > bitburner > NS > rm

NS.rm() method

Delete a file.

Signature:

rm(name: string, host?: string): boolean;

Parameters

Parameter

Type

Description

name

string

Filename of file to remove. Must include the extension.

host

string

(Optional) Hostname/IP of the server on which to delete the file. Optional. Defaults to current server.

Returns:

boolean

True if it successfully deletes the file, and false otherwise.

Remarks

RAM cost: 0.6 GB

Removes the specified file from the current server. This function works for every file type except message (.msg) files.