> Main > Commands > Plakar service
Version Plakar documentation: Developer branch

service

PLAKAR-SERVICE(1) General Commands Manual PLAKAR-SERVICE(1)

plakar-serviceManage optional Plakar-connected services

plakar service list

plakar service add name [key=value ...]

plakar service rm name

plakar service status name

plakar service show name

plakar service enable name

plakar service disable name

plakar service set name [key=value ...]

plakar service unset name [key ...]

The plakar service command allows you to enable, disable, and inspect additional services that integrate with the plakar platform via plakar-login(1) authentication. These services connect to the plakar.io infrastructure, and should only be enabled if you agree to transmit non-sensitive operational data to plakar.io.

All subcommands require prior authentication via plakar-login(1).

Services are managed by the backend and discovered at runtime. For example, when the “alerting” service is enable, it will:

  1. Send email notifications when operations fail.
  2. Expose the latest alerting reports in the Plakar UI (see plakar-ui(1)).

By default, all services are disabled.

Display the list of available services.
name [key=value ...]
Set the configuration for the service identified by name and enable it. The configuration is defined by the given set of key/value pairs. The existing configuration, if any, is discarded.
name
Disable the service identified by name and discard its configuration.
name
Display the current status (enabled or disabled) of the named service.
name
Display the configuration for the specified service.
name
Enable the specified service.
name
Disable the specified service.
name [key=value ...]
Set the configuration key to value for the service identified by name. Multiple key/value pairs can be specified.
name [key ...]
Unset the configuration key for the service identified by name. Multiple keys can be specified.

Check the status of the alerting service:

$ plakar service status alerting

Enable alerting:

$ plakar service enable alerting

Disable alerting:

$ plakar service disable alerting

plakar-login(1), plakar-ui(1)

Plakar August 7, 2025 PLAKAR-SERVICE(1)