mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
798da75d83
* Update doc error, regenerate docs * Update a bad error message in renamePurchasedServer@serverPurchases.ts * restore true/false return (removed in #450 due to miscommunication)
663 B
663 B
Home > bitburner > NS > renamePurchasedServer
NS.renamePurchasedServer() method
Rename a purchased server.
Signature:
renamePurchasedServer(hostname: string, newName: string): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
hostname | string | Current server hostname. |
newName | string | New server hostname. |
Returns:
boolean
True if successful, and false otherwise.
Remarks
RAM cost: 0 GB