Services Reset

Resets services to default settings and cleans up docker images (if any exist)

beam services reset <target> [options]

About

Resets services to default settings and cleans up docker images (if any exist)

Arguments

NameTypeDescription
targetStringEither image

'container' will stop all your locally running containers for the selected Beamo Services.
'protocols' will reset all the protocol data for the selected Beamo Services back to default parameters|

Options

NameTypeDescription
--idsString[]The ids for the services you wish to reset
--dryrunBooleanShould any networking happen?
--cidStringCid to use; will default to whatever is in the file system
--pidStringPid to use; will default to whatever is in the file system
--hostStringThe host endpoint for beamable
--refresh-tokenStringRefresh token to use for the requests
--logStringExtra logs gets printed out
--dirStringDirectory to use for configuration
--versionBooleanShow version information
--helpBooleanShow help and usage information

Parent Command

services